runtime.activeSweep.begin (method)

6 uses

	runtime (current package)
		mcentral.go#L117: 	sl = sweep.active.begin()
		mgc.go#L1169: 	sl := sweep.active.begin()
		mgcsweep.go#L148: func (a *activeSweep) begin() sweepLocker {
		mgcsweep.go#L360: 	sl := sweep.active.begin()
		mgcsweep.go#L469: 	sl := sweep.active.begin()
		mheap.go#L874: 	sl := sweep.active.begin()